home *** CD-ROM | disk | FTP | other *** search
- #ifndef _WRAPPER_SYS_COMMIFMT_H
- #define _WRAPPER_SYS_COMMIFMT_H 1
-
- /*
- * $Id: commifmt.h 1.1 1999/02/06 14:23:29 olsen Exp olsen $
- *
- * :ts=4
- *
- * AmigaOS wrapper routines for GNU CVS, using the AmiTCP V3 API
- * and the SAS/C V6.58 compiler.
- *
- * Written by Olaf `Olsen' Barthel <olsen@sourcery.han.de>
- */
-
- /****************************************************************************/
-
- #define S_ISLNK(m) 0
- #define S_ISFIFO(m) 0
-
- #include "include:sys/commifmt.h"
-
- /****************************************************************************/
-
- #endif /* _WRAPPER_SYS_COMMIFMT_H */
-